I also noticed that the URL that is GET'd isn't complete, it's truncating everything after the first parameter (everything from & on). Thanks for working this...good stuff.
+1
Lot's of web service hooks out there require POST or PUT, and also require one to set the content-type, and or use the raw body rather than URL parameters.
I see the button, and I've clicked it. But, I don't know if it's not firing or I'm not receiving it. I have a rule for temperature and that seems to send the request. I have rules for orientation changes - which don't. Hmmn. Maybe my rules just…
Dang...I just did what Derek has already done. That's what I get for not perusing these discussions again. I have mine running in OpenShift, and its a lighter weight Sinatra app - pumping the data into Mongo. I'll post the code shortly.
If I und…
I've done the same as Chris, though I can do whatever I want with the data as it comes in (like generate other events that Twine doesn't) and generate spiffy little graphs. I'll post the code and a blog post shortly.
It's possible to have the Twine send its temp on a regular basis to a simple web "service" that collects them and stores them in a database. I've done this and am hosting in a free environment. I can get the data out, whenever I want and in differ…
Gary, that's possible now. Just make sure your rule's "level" is beyond where you want to start collecting (above or below some threshold). You can tell it to post the data to a URL now.